btrfs: remove error message from search ioctl for nonexistent tree
authorDavid Sterba <dsterba@suse.com>
Thu, 11 Feb 2016 14:30:07 +0000 (15:30 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 23 Feb 2016 11:54:48 +0000 (12:54 +0100)
commit11ea474f74709fc764fb7e80306e0776f94ce8b8
tree0e3b8e233cb3410505eb6d0c137b04c0d79f9fe0
parentaa66b0bb08869d93492bd817d2eae694ca743a3d
btrfs: remove error message from search ioctl for nonexistent tree

Let's remove the error message that appears when the tree_id is not
present. This can happen with the quota tree and has been observed in
practice. The applications are supposed to handle -ENOENT and we don't
need to report that in the system log as it's not a fatal error.

Reported-by: Vlastimil Babka <vbabka@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c
This page took 0.023878 seconds and 5 git commands to generate.