X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fsuper.c;h=45b372ddf7cd59f41136c79d1918fd4fc4c8af4f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7c91ccfe382f4068b8d793b1fcf7cf304c7af776;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 7c91ccfe3..45b372ddf 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -403,6 +403,10 @@ static int jfs_fill_super(struct super_block *sb, void *data, int silent) } sbi->flag = flag; +#ifdef CONFIG_JFS_POSIX_ACL + sb->s_flags |= MS_POSIXACL; +#endif + if (newLVSize) { printk(KERN_ERR "resize option for remount only\n"); return -EINVAL; @@ -460,7 +464,7 @@ static int jfs_fill_super(struct super_block *sb, void *data, int silent) */ sb->s_maxbytes = min(((u64) PAGE_CACHE_SIZE << 32) - 1, sb->s_maxbytes); #endif - + sb->s_time_gran = 1; return 0; out_no_root: