]> git.karo-electronics.de Git - karo-tx-linux.git/commit
btrfs: return EPERM upon rmdir on a subvolume
authorDavid Sterba <dsterba@suse.cz>
Thu, 13 Sep 2012 22:04:34 +0000 (16:04 -0600)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:19:24 +0000 (15:19 -0400)
commit71bdcbe91746937689d0667217a211aef996b8c3
tree34d3a133954627017bb609196040f5be059e107b
parent34f5c932d239245395c5cff7dfc8a0a4a8067f58
btrfs: return EPERM upon rmdir on a subvolume

A subvolume cannot be deleted via rmdir, but the error code ENOTEMPTY
is confusing. Return EPERM instead, as this is not permitted.

Signed-off-by: David Sterba <dsterba@suse.cz>
fs/btrfs/inode.c