git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb3dad
)
btrfs: return EPERM upon rmdir on a subvolume
author
David Sterba
<dsterba@suse.cz>
Thu, 13 Sep 2012 22:04:34 +0000
(16:04 -0600)
committer
Chris Mason
<chris.mason@fusionio.com>
Thu, 4 Oct 2012 13:39:56 +0000
(09:39 -0400)
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>
No differences found