Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211571
b: refs/heads/master
c: e753a62
h: refs/heads/master
i:
  211569: 50d2bf9
  211567: 87b1bec
v: v3
  • Loading branch information
Christoph Hellwig committed Oct 1, 2010
1 parent 45e098a commit 78b6b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: a9fdbf8c6070d49c482e209df7ee93d9ec41ea27
refs/heads/master: e753a62156e952fd5a3c64f98454d9aeee3a2546
5 changes: 0 additions & 5 deletions trunk/fs/hfsplus/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/pagemap.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/smp_lock.h>
#include <linux/vfs.h>
#include <linux/nls.h>

Expand Down Expand Up @@ -213,8 +212,6 @@ static void hfsplus_put_super(struct super_block *sb)
if (!sb->s_fs_info)
return;

lock_kernel();

if (sb->s_dirt)
hfsplus_write_super(sb);
if (!(sb->s_flags & MS_RDONLY) && HFSPLUS_SB(sb).s_vhdr) {
Expand All @@ -235,8 +232,6 @@ static void hfsplus_put_super(struct super_block *sb)
unload_nls(HFSPLUS_SB(sb).nls);
kfree(sb->s_fs_info);
sb->s_fs_info = NULL;

unlock_kernel();
}

static int hfsplus_statfs(struct dentry *dentry, struct kstatfs *buf)
Expand Down

0 comments on commit 78b6b8d

Please sign in to comment.