vfs: export check_sticky()
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:36 +0000 (00:14 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 23 Oct 2014 22:14:36 +0000 (00:14 +0200)
commitcbdf35bcb833bfd00f0925d7a9a33a21f41ea582
treefe76fb2eeaaf2b56d4961840caf97719567c6a88
parentc771d683a62e5d36bc46036f5c07f4f5bb7dda61
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 <mszeredi@suse.cz>
fs/btrfs/ioctl.c
fs/namei.c
include/linux/fs.h