summaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2014-12-10 23:41:40 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2014-12-11 01:41:03 (GMT)
commit2b693005b833ba309c7cb8426cd023d8e80da31e (patch)
treeb0c38765711fd380f7cbb51f0d3cc2cb453fe7c2 /fs/ocfs2/cluster
parent519a286175b6422e13694ebb73aefee0b5749443 (diff)
downloadlinux-2b693005b833ba309c7cb8426cd023d8e80da31e.tar.xz
ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()
ocfs2_get_xattr_nolock() checks whether inode has any extended attributes (OCFS2_HAS_XATTR_FL). If not, it just sets 'ret' to -ENODATA but continues with checking inline and external attributes anyway (which is pointless although it does not harm). Just return immediately when we know there are no extended attributes in the inode. Coverity id: 1226906. Signed-off-by: Jan Kara <jack@suse.cz> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2/cluster')
0 files changed, 0 insertions, 0 deletions