Skip to content

Commit

Permalink
fs/adfs: dir: remove debug in adfs_dir_update()
Browse files Browse the repository at this point in the history
Remove the noisy debug in adfs_dir_update().

Signed-off-by: Russell King <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Russell King authored and Al Viro committed Jan 21, 2020
1 parent f352064 commit ccbc80a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/adfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ccbc80a

Please sign in to comment.