From: Jaegeuk Kim Date: Mon, 10 Aug 2015 22:01:12 +0000 (-0700) Subject: f2fs: increase the number of max hard links X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a6db67f06fd9f6b1ddb11bcf4d7e8e8a86908d01;p=deliverable%2Flinux.git f2fs: increase the number of max hard links This patch increases the number of maximum hard links for one file. Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 23bfc0ccaf10..830848836da5 100644 --- 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 */