projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95fd91
)
f2fs: remove dead code f2fs_check_acl
author
Tiezhu Yang
<kernelpatch@126.com>
Tue, 13 Sep 2016 19:00:02 +0000
(
03:00
+0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 14 Sep 2016 23:52:36 +0000
(16:52 -0700)
The macro f2fs_check_acl is defined but never used since
the initial commit, this patch removes the code that has
been dead for several years.
Signed-off-by: Tiezhu Yang <kernelpatch@126.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/acl.h
b/fs/f2fs/acl.h
index b2334d11dae8036bd5261abd476005a7a23886fb..2c685185c24db6823f11536fdc6d79155e449123 100644
(file)
--- a/
fs/f2fs/acl.h
+++ b/
fs/f2fs/acl.h
@@
-41,7
+41,6
@@
extern int f2fs_set_acl(struct inode *, struct posix_acl *, int);
extern int f2fs_init_acl(struct inode *, struct inode *, struct page *,
struct page *);
#else
-#define f2fs_check_acl NULL
#define f2fs_get_acl NULL
#define f2fs_set_acl NULL