fs/adfs: dir: remove debug in adfs_dir_update()
Remove the noisy debug in adfs_dir_update(). Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f352064275
commit
ccbc80a89d
|
@ -278,9 +278,6 @@ adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait)
|
|||
struct adfs_dir dir;
|
||||
int ret;
|
||||
|
||||
printk(KERN_INFO "adfs_dir_update: object %06x in dir %06x\n",
|
||||
obj->indaddr, obj->parent_id);
|
||||
|
||||
if (!IS_ENABLED(CONFIG_ADFS_FS_RW))
|
||||
return -EINVAL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue