Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299339
b: refs/heads/master
c: 0a2da9b
h: refs/heads/master
i:
  299337: 9cb3bcb
  299335: fba44b4
v: v3
  • Loading branch information
Miklos Szeredi committed Apr 11, 2012
1 parent eb21173 commit 2c70a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4273b793ec68753cc3fcf5be7cbfd88c2be2058d
refs/heads/master: 0a2da9b2ef2ef76c09397597f260245b020e6522
1 change: 1 addition & 0 deletions trunk/fs/fuse/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)
sb->s_magic = FUSE_SUPER_MAGIC;
sb->s_op = &fuse_super_operations;
sb->s_maxbytes = MAX_LFS_FILESIZE;
sb->s_time_gran = 1;
sb->s_export_op = &fuse_export_operations;

file = fget(d.fd);
Expand Down

0 comments on commit 2c70a0a

Please sign in to comment.