diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2005-10-30 15:03:11 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 17:37:27 -0800 |
commit | b3099b48da23686d8378133b0264ee00385ee5fa (patch) | |
tree | 742a90c526929037fe9ef7b2221b856078241b82 /fs/attr.c | |
parent | c0398ee6c2fe3c1743ecc74a6378b67ba0880a4f (diff) | |
download | op-kernel-dev-b3099b48da23686d8378133b0264ee00385ee5fa.zip op-kernel-dev-b3099b48da23686d8378133b0264ee00385ee5fa.tar.gz |
[PATCH] fs/attr.c: remove BUG()
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/attr.c')
-rw-r--r-- | fs/attr.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |