Skip to content

Commit ccbc80a

Browse files
Russell KingAl Viro
authored andcommitted
fs/adfs: dir: remove debug in adfs_dir_update()
Remove the noisy debug in adfs_dir_update(). Signed-off-by: Russell King <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent f352064 commit ccbc80a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fs/adfs/dir.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait)
278278
struct adfs_dir dir;
279279
int ret;
280280

281-
printk(KERN_INFO "adfs_dir_update: object %06x in dir %06x\n",
282-
obj->indaddr, obj->parent_id);
283-
284281
if (!IS_ENABLED(CONFIG_ADFS_FS_RW))
285282
return -EINVAL;
286283

0 commit comments

Comments
 (0)