[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:
Родитель
c0398ee6c2
Коммит
b3099b48da
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче