Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138859
b: refs/heads/master
c: 48b32a3
h: refs/heads/master
i:
  138857: 88def76
  138855: 73276b4
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Mar 30, 2009
1 parent d730088 commit b1db877
Show file tree
Hide file tree
Showing 10 changed files with 259 additions and 442 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: 8ecbe550a142fe604874afa477ea68986f89b86c
refs/heads/master: 48b32a3553a54740d236b79a90f20147a25875e3
7 changes: 0 additions & 7 deletions trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -2263,9 +2263,6 @@ static int __init init_reiserfs_fs(void)
return ret;
}

if ((ret = reiserfs_xattr_register_handlers()))
goto failed_reiserfs_xattr_register_handlers;

reiserfs_proc_info_global_init();
reiserfs_proc_register_global("version",
reiserfs_global_version_in_proc);
Expand All @@ -2276,9 +2273,6 @@ static int __init init_reiserfs_fs(void)
return 0;
}

reiserfs_xattr_unregister_handlers();

failed_reiserfs_xattr_register_handlers:
reiserfs_proc_unregister_global("version");
reiserfs_proc_info_global_done();
destroy_inodecache();
Expand All @@ -2288,7 +2282,6 @@ static int __init init_reiserfs_fs(void)

static void __exit exit_reiserfs_fs(void)
{
reiserfs_xattr_unregister_handlers();
reiserfs_proc_unregister_global("version");
reiserfs_proc_info_global_done();
unregister_filesystem(&reiserfs_fs_type);
Expand Down
Loading

0 comments on commit b1db877

Please sign in to comment.