Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6db67f0 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: increase the number of max hard links



This patch increases the number of maximum hard links for one file.

Reviewed-by: default avatarChao Yu <chao2.yu@samsung.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 798c1b16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 */
#define MAX_DIR_RA_PAGES	4	/* maximum ra pages of dir */