From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- fs/attr.c | 3 --- 1 files changed, 3 deletions(-) diff -puN fs/attr.c~fs-attrc-remove-bug fs/attr.c --- devel/fs/attr.c~fs-attrc-remove-bug 2005-10-23 15:53:55.000000000 -0700 +++ devel-akpm/fs/attr.c 2005-10-23 15:53:55.000000000 -0700 @@ -117,9 +117,6 @@ int notify_change(struct dentry * dentry struct timespec now; unsigned int ia_valid = attr->ia_valid; - if (!inode) - BUG(); - mode = inode->i_mode; now = current_fs_time(inode->i_sb); _