aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2016-10-04 13:44:06 +0200
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:58:22 +0200
commitc5fd5703915ef2541d02e6f8648725d5a0541dfd (patch)
tree5fe76074ddeba72c951f98924791af1fc67bc69e /drivers/base
parent3eef364f71f9792805fd8173e7d9d2e981e13be9 (diff)
isofs: Do not return EACCES for unknown filesystems
commit a2ed0b391dd9c3ef1d64c7c3e370f4a5ffcd324a upstream. When isofs_mount() is called to mount a device read-write, it returns EACCES even before it checks that the device actually contains an isofs filesystem. This may confuse mount(8) which then tries to mount all subsequent filesystem types in read-only mode. Fix the problem by returning EACCES only once we verify that the device indeed contains an iso9660 filesystem. Fixes: 17b7f7cf58926844e1dd40f5eb5348d481deca6a Reported-by: Kent Overstreet <kent.overstreet@gmail.com> Reported-by: Karel Zak <kzak@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions