aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/logfs/super.c')
-rw-r--r--fs/logfs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/logfs/super.c b/fs/logfs/super.c
index c9ee7f5d1caf..b1a491a5fe78 100644
--- a/fs/logfs/super.c
+++ b/fs/logfs/super.c
@@ -542,6 +542,7 @@ static struct dentry *logfs_get_sb_device(struct logfs_super *super,
542 * the filesystem incompatible with 32bit systems. 542 * the filesystem incompatible with 32bit systems.
543 */ 543 */
544 sb->s_maxbytes = (1ull << 43) - 1; 544 sb->s_maxbytes = (1ull << 43) - 1;
545 sb->s_max_links = LOGFS_LINK_MAX;
545 sb->s_op = &logfs_super_operations; 546 sb->s_op = &logfs_super_operations;
546 sb->s_flags = flags | MS_NOATIME; 547 sb->s_flags = flags | MS_NOATIME;
547 548