projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
798c1b1
)
f2fs: increase the number of max hard links
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 10 Aug 2015 22:01:12 +0000
(15:01 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 20 Aug 2015 16:00:08 +0000
(09:00 -0700)
This patch increases the number of maximum hard links for one file.
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
patch
|
blob
|
history
diff --git
a/fs/f2fs/f2fs.h
b/fs/f2fs/f2fs.h
index 23bfc0ccaf10a8fe3d4181a6b55985a20945d66f..830848836da5a0c8ed3c619de9e2ed38787dcb55 100644
(file)
--- a/
fs/f2fs/f2fs.h
+++ b/
fs/f2fs/f2fs.h
@@
-321,7
+321,7
@@
enum {
*/
};
-#define F2FS_LINK_MAX
32000
/* maximum link count per file */
+#define F2FS_LINK_MAX
0xffffffff
/* maximum link count per file */
#define MAX_DIR_RA_PAGES 4 /* maximum ra pages of dir */