diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-09 23:29:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-09 23:29:35 +0000 |
commit | 35385d7a83b4cae6d5ea5f80f3b3377d94178344 (patch) | |
tree | 49494d95dfef31ba4f9a697d31e4028cf65a57bd /fs/ext2/inode.c | |
parent | d9d8062e7b49943b2a2fb034f817a9fc217fd40f (diff) |
Merge with 2.4.0-test3-pre7.
Diffstat (limited to 'fs/ext2/inode.c')
-rw-r--r-- | fs/ext2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index d999b2b4f..5792d7b95 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@ -62,8 +62,8 @@ void ext2_delete_inode (struct inode * inode) unlock_kernel(); return; no_delete: - clear_inode(inode); /* We must guarantee clearing of inode... */ unlock_kernel(); + clear_inode(inode); /* We must guarantee clearing of inode... */ } #define inode_bmap(inode, nr) (le32_to_cpu((inode)->u.ext2_i.i_data[(nr)])) |