Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330134
b: refs/heads/master
c: 85cb9bf
h: refs/heads/master
v: v3
  • Loading branch information
Cruz Julian Bishop authored and Linus Torvalds committed Oct 5, 2012
1 parent dd679ac commit 07c01d7
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: 7669e8fb09da47dd45c07a51394f01031ea81da8
refs/heads/master: 85cb9bf535a3f0aac1725541bf5d74363d3e5a65
2 changes: 1 addition & 1 deletion trunk/fs/fat/namei_msdos.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ static int msdos_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
static int msdos_unlink(struct inode *dir, struct dentry *dentry)
{
struct inode *inode = dentry->d_inode;
struct super_block *sb= inode->i_sb;
struct super_block *sb = inode->i_sb;
struct fat_slot_info sinfo;
int err;

Expand Down

0 comments on commit 07c01d7

Please sign in to comment.