X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fattr.c;h=67bcd9b14ea58046efa53cef41db47d96f36f9b2;hb=7b3dad3d854654e470a598d361919ebdb858f37b;hp=b1796fb9e524031614a44f26e3ac44d5e1e48c53;hpb=4887c61811c2283162684d7f9075b7676ef6a9bf;p=mv-sheeva.git diff --git a/fs/attr.c b/fs/attr.c index b1796fb9e52..67bcd9b14ea 100644 --- 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);