From: Miklos Szeredi Date: Thu, 23 Oct 2014 22:14:36 +0000 (+0200) Subject: vfs: export check_sticky() X-Git-Tag: fixes-against-v3.18-rc2~5^2~4^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbdf35bcb833bfd00f0925d7a9a33a21f41ea582;p=pandora-kernel.git vfs: export check_sticky() It's already duplicated in btrfs and about to be used in overlayfs too. Move the sticky bit check to an inline helper and call the out-of-line helper only in the unlikly case of the sticky bit being set. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed