]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.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)
committerIshan Mittal <imittal@nvidia.com>
Fri, 6 Jan 2017 10:16:03 +0000 (15:46 +0530)
commitc232131b891e82ddc37748907312530a99423e31
tree7839bf9de637debbc8710051a4a739a142006266
parentcb3c244d54f5188aab2cdd64c142ec4261d8284b
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/isofs/inode.c