[PATCH] reiser4: add radix_tree_lookup_slot()
[safe/jmp/linux-2.6] / fs / attr.c
index b1796fb..67bcd9b 100644 (file)
--- a/fs/attr.c
+++ b/fs/attr.c
@@ -117,9 +117,6 @@ int notify_change(struct dentry * dentry, struct iattr * attr)
        struct timespec now;
        unsigned int ia_valid = attr->ia_valid;
 
-       if (!inode)
-               BUG();
-
        mode = inode->i_mode;
        now = current_fs_time(inode->i_sb);