Explorar o código

f2fs: increase the number of max hard links

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>
Jaegeuk Kim %!s(int64=10) %!d(string=hai) anos
pai
achega
a6db67f06f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/f2fs/f2fs.h

+ 1 - 1
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 */
 #define MAX_DIR_RA_PAGES	4	/* maximum ra pages of dir */