From: Jan Kara Date: Tue, 4 Oct 2016 11:44:06 +0000 (+0200) Subject: isofs: Do not return EACCES for unknown filesystems X-Git-Tag: v3.2.85~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1749060166c3a4b770fdfcb965429a9dda00f4cd;p=pandora-kernel.git 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 Reported-by: Karel Zak Signed-off-by: Jan Kara Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed