diff --git a/[refs] b/[refs] index c80d5ab4097d..647419109e52 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c0398ee6c2fe3c1743ecc74a6378b67ba0880a4f +refs/heads/master: b3099b48da23686d8378133b0264ee00385ee5fa diff --git a/trunk/fs/attr.c b/trunk/fs/attr.c index b1796fb9e524..67bcd9b14ea5 100644 --- a/trunk/fs/attr.c +++ b/trunk/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);