mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[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>
This commit is contained in:
parent
c0398ee6c2
commit
b3099b48da
1 changed files with 0 additions and 3 deletions
|
@ -117,9 +117,6 @@ int notify_change(struct dentry * dentry, struct iattr * attr)
|
||||||
struct timespec now;
|
struct timespec now;
|
||||||
unsigned int ia_valid = attr->ia_valid;
|
unsigned int ia_valid = attr->ia_valid;
|
||||||
|
|
||||||
if (!inode)
|
|
||||||
BUG();
|
|
||||||
|
|
||||||
mode = inode->i_mode;
|
mode = inode->i_mode;
|
||||||
now = current_fs_time(inode->i_sb);
|
now = current_fs_time(inode->i_sb);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue