commit | b3ae244e7174d981c09ad7a6a68e7909d600aaca | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Thu Sep 13 16:04:34 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Oct 04 09:39:56 2012 -0400 |
tree | 29ee1f6ce4b4e97c7d47b15036d2232e0b8f1325 | |
parent | ebb3dad4353b94c12a5cffab4397727c19f088e5 [diff] |
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>