1
0
Fork 0
alistair23-linux/fs/isofs
Jan Kara a2ed0b391d 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: 17b7f7cf58
Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
Reported-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2016-10-18 11:28:21 +02:00
..
Kconfig fs/Kconfig: move iso9660, udf out 2009-01-22 13:15:55 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
compress.c Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2016-07-28 12:59:05 -07:00
dir.c isofs: switch to ->iterate_shared() 2016-05-09 12:53:03 -04:00
export.c VFS: normal filesystems (and lustre): d_inode() annotations 2015-04-15 15:06:57 -04:00
inode.c isofs: Do not return EACCES for unknown filesystems 2016-10-18 11:28:21 +02:00
isofs.h isofs: Fix unbounded recursion when processing relocated directories 2014-08-19 18:29:30 +02:00
joliet.c NLS: update handling of Unicode 2009-06-15 21:44:43 -07:00
namei.c get rid of 'parent' argument of ->d_compare() 2016-07-31 16:37:25 -04:00
rock.c get_rock_ridge_filename(): handle malformed NM entries 2016-05-07 22:52:39 -04:00
rock.h [PATCH] rock: rename union members 2005-06-21 19:07:38 -07:00
util.c isofs: Fix bug in the way to check if the year is a leap year 2015-01-07 09:51:49 +01:00
zisofs.h [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00