]> git.baikalelectronics.ru Git - kernel.git/commit
isofs: Do not return EACCES for unknown filesystems
authorJan Kara <jack@suse.cz>
Tue, 4 Oct 2016 11:44:06 +0000 (13:44 +0200)
committerJan Kara <jack@suse.cz>
Tue, 18 Oct 2016 09:28:21 +0000 (11:28 +0200)
commitf0a886ca144288ebce20fc6b93471089b22bfd16
treee6dd0a9195fabdddf52a0076b2931a2057adf3d9
parent8114e2640c61184e27c33d07f21c5b8f3065c357
isofs: Do not return EACCES for unknown filesystems

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.

CC: stable@vger.kernel.org
Fixes: a512918224a5c542be85062a6673b1c5b3b8d4d8
Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
Reported-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/isofs/inode.c