Jan Kara 6174c2eb8e udf: Fix loading of special inodes
Some UDF media have special inodes (like VAT or metadata partition
inodes) whose link_count is 0. Thus commit 4071b9136223 (udf: Properly
detect stale inodes) broke loading these inodes because udf_iget()
started returning -ESTALE for them. Since we still need to properly
detect stale inodes queried by NFS, create two variants of udf_iget() -
one which is used for looking up special inodes (which ignores
link_count == 0) and one which is used for other cases which return
ESTALE when link_count == 0.

Fixes: 4071b913622316970d0e1919f7d82b4403fec5f2
CC: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
2014-10-09 13:06:14 +02:00
..
2012-02-29 21:53:47 +01:00
2013-06-29 12:46:50 +04:00
2011-10-31 23:43:58 +01:00
2014-10-09 13:06:14 +02:00
2014-07-15 22:40:23 +02:00
2009-06-11 21:36:13 -04:00
2011-10-10 19:29:01 +02:00
2014-10-09 13:06:14 +02:00
2014-07-15 22:40:23 +02:00
2013-09-24 11:23:33 +02:00
2014-10-09 13:06:14 +02:00