]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: xattr: remove unused function
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Tue, 10 Feb 2015 22:08:54 +0000 (14:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:29 +0000 (14:30 -0800)
commitf001d62e89ea278bcbf188fb6f03f51d48d54ce0
treefa44cde87db90258aea63f3e1d35655f5607cd72
parentc4dd0762faa8a21700e70a8d6d3cafc7b8194564
ocfs2: xattr: remove unused function

Remove ocfs2_xattr_bucket_get_val() that is not used anywhere.

This was partially found by using a static code analysis program called
cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
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>
fs/ocfs2/xattr.c