Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118457
b: refs/heads/master
c: a993b54
h: refs/heads/master
i:
  118455: 2fe12a4
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Nov 6, 2008
1 parent a8891bf commit 47a376b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 5e35dd4651002207948f10c576fc7d9bad448815
refs/heads/master: a993b542bb4cd3e5a64863b7ef892bbebec2239b
7 changes: 1 addition & 6 deletions trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,8 @@ static void fat_delete_inode(struct inode *inode)

static void fat_clear_inode(struct inode *inode)
{
struct super_block *sb = inode->i_sb;
struct msdos_sb_info *sbi = MSDOS_SB(sb);

spin_lock(&sbi->inode_hash_lock);
fat_cache_inval_inode(inode);
hlist_del_init(&MSDOS_I(inode)->i_fat_hash);
spin_unlock(&sbi->inode_hash_lock);
fat_detach(inode);
}

static void fat_write_super(struct super_block *sb)
Expand Down

0 comments on commit 47a376b

Please sign in to comment.