Searched hist:"0421 a189bc8cdefa18a34aee962ac0558679b944" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | xattr.h | diff 0421a189bc8cdefa18a34aee962ac0558679b944 Thu Jun 22 09:26:31 CDT 2017 Tahsin Erdogan <tahsin@google.com> ext4: modify ext4_xattr_ino_array to hold struct inode *
Tracking struct inode * rather than the inode number eliminates the repeated ext4_xattr_inode_iget() call later. The second call cannot fail in practice but still requires explanation when it wants to ignore the return value. Avoid the trouble and make things simple.
Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | xattr.c | diff 0421a189bc8cdefa18a34aee962ac0558679b944 Thu Jun 22 09:26:31 CDT 2017 Tahsin Erdogan <tahsin@google.com> ext4: modify ext4_xattr_ino_array to hold struct inode *
Tracking struct inode * rather than the inode number eliminates the repeated ext4_xattr_inode_iget() call later. The second call cannot fail in practice but still requires explanation when it wants to ignore the return value. Avoid the trouble and make things simple.
Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | ext4.h | diff 0421a189bc8cdefa18a34aee962ac0558679b944 Thu Jun 22 09:26:31 CDT 2017 Tahsin Erdogan <tahsin@google.com> ext4: modify ext4_xattr_ino_array to hold struct inode *
Tracking struct inode * rather than the inode number eliminates the repeated ext4_xattr_inode_iget() call later. The second call cannot fail in practice but still requires explanation when it wants to ignore the return value. Avoid the trouble and make things simple.
Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | inode.c | diff 0421a189bc8cdefa18a34aee962ac0558679b944 Thu Jun 22 09:26:31 CDT 2017 Tahsin Erdogan <tahsin@google.com> ext4: modify ext4_xattr_ino_array to hold struct inode *
Tracking struct inode * rather than the inode number eliminates the repeated ext4_xattr_inode_iget() call later. The second call cannot fail in practice but still requires explanation when it wants to ignore the return value. Avoid the trouble and make things simple.
Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|