Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218359
b: refs/heads/master
c: 12ba8d1
h: refs/heads/master
i:
  218357: 0bedb83
  218355: e03c1c0
  218351: d4ad253
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 27, 2010
1 parent 56ee172 commit c2cb27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c48c43e422c1404fd72c57d1d21a6f6d01e18900
refs/heads/master: 12ba8d1e9262ce81a695795410bd9ee5c9407ba1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/f_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ ffs_sb_make_inode(struct super_block *sb, void *data,
if (likely(inode)) {
struct timespec current_time = CURRENT_TIME;

inode->i_ino = usbfs_get_inode();
inode->i_ino = get_next_ino();
inode->i_mode = perms->mode;
inode->i_uid = perms->uid;
inode->i_gid = perms->gid;
Expand Down

0 comments on commit c2cb27c

Please sign in to comment.