diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2019-12-09 11:11:23 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-01-20 20:12:42 -0500 |
commit | ccbc80a89d1399b79e43544cfbe44df964a29810 (patch) | |
tree | b7290311484486a3b870ef7fd262c940f994cd1c /fs/adfs | |
parent | f352064275adfeb6f88cb0fb25cc623750adf89f (diff) |
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>
Diffstat (limited to 'fs/adfs')
-rw-r--r-- | fs/adfs/dir.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/adfs/dir.c b/fs/adfs/dir.c index 3d4bbe836fb5..dd940f17767d 100644 --- a/fs/adfs/dir.c +++ b/fs/adfs/dir.c @@ -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; |