patch-2.4.13 linux/fs/udf/dir.c

Next file: linux/fs/udf/file.c
Previous file: linux/fs/udf/balloc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.12/linux/fs/udf/dir.c linux/fs/udf/dir.c
@@ -186,7 +186,7 @@
 				udf_release_data(fibh.ebh);
 			udf_release_data(fibh.sbh);
 			udf_release_data(bh);
-			return -ENOENT;
+			return 0;
 		}
 
 		liu = le16_to_cpu(cfi.lengthOfImpUse);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)