]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67f3c0832547d58c5ab5760ede25791dbb5ea6df
treefe76fb2eeaaf2b56d4961840caf97719567c6a88
parentf59653f022c53cac8d856cd2fde7433431a72918
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