commit | b3099b48da23686d8378133b0264ee00385ee5fa | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Sun Oct 30 15:03:11 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:27 2005 -0800 |
tree | 742a90c526929037fe9ef7b2221b856078241b82 | |
parent | c0398ee6c2fe3c1743ecc74a6378b67ba0880a4f [diff] |
[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>
diff --git a/fs/attr.c b/fs/attr.c index b1796fb..67bcd9b 100644 --- a/fs/attr.c +++ b/fs/attr.c
@@ -117,9 +117,6 @@ struct timespec now; unsigned int ia_valid = attr->ia_valid; - if (!inode) - BUG(); - mode = inode->i_mode; now = current_fs_time(inode->i_sb);