Loading fs/fuse/inode.c +0 −3 Original line number Diff line number Diff line Loading @@ -907,9 +907,6 @@ static void process_init_reply(struct fuse_conn *fc, struct fuse_req *req) fc->writeback_cache = 1; if (arg->time_gran && arg->time_gran <= 1000000000) fc->sb->s_time_gran = arg->time_gran; else fc->sb->s_time_gran = 1000000000; } else { ra_pages = fc->max_read / PAGE_CACHE_SIZE; fc->no_lock = 1; Loading Loading
fs/fuse/inode.c +0 −3 Original line number Diff line number Diff line Loading @@ -907,9 +907,6 @@ static void process_init_reply(struct fuse_conn *fc, struct fuse_req *req) fc->writeback_cache = 1; if (arg->time_gran && arg->time_gran <= 1000000000) fc->sb->s_time_gran = arg->time_gran; else fc->sb->s_time_gran = 1000000000; } else { ra_pages = fc->max_read / PAGE_CACHE_SIZE; fc->no_lock = 1; Loading