projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8f8ca
)
f2fs: remove unnecessary macro
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Fri, 31 Oct 2014 02:01:10 +0000
(19:01 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 5 Nov 2014 01:34:15 +0000
(17:34 -0800)
Let's remove unused macro.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/linux/f2fs_fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/f2fs_fs.h
b/include/linux/f2fs_fs.h
index cc1064f3153f7dc934dba0df0cb6f3c3b4ee399b..87f14e90e9848904da0cc326d17096f1ce6049f5 100644
(file)
--- a/
include/linux/f2fs_fs.h
+++ b/
include/linux/f2fs_fs.h
@@
-177,10
+177,6
@@
struct f2fs_extent {
#define MAX_INLINE_DATA (sizeof(__le32) * (DEF_ADDRS_PER_INODE - \
F2FS_INLINE_XATTR_ADDRS - 1))
-#define INLINE_DATA_OFFSET (PAGE_CACHE_SIZE - sizeof(struct node_footer) -\
- sizeof(__le32) * (DEF_ADDRS_PER_INODE + \
- DEF_NIDS_PER_INODE - 1))
-
struct f2fs_inode {
__le16 i_mode; /* file mode */
__u8 i_advise; /* file hints */