patch-2.4.17 linux/fs/ntfs/fs.c
Next file: linux/fs/ntfs/inode.c
Previous file: linux/fs/ntfs/attr.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/fs/ntfs/fs.c
- Orig date:
Thu Oct 25 07:02:26 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/fs/ntfs/fs.c linux/fs/ntfs/fs.c
@@ -303,10 +303,8 @@
ntfs_debug(DEBUG_OTHER, __FUNCTION__ "(): After ntfs_getdir_unsorted()"
" calls, f_pos 0x%Lx.\n", filp->f_pos);
if (!err) {
-#ifdef DEBUG
- if (cb.ph != 0x7fff || cb.pl)
- BUG();
done:
+#ifdef DEBUG
if (!cb.ret_code)
ntfs_debug(DEBUG_OTHER, __FUNCTION__ "(): EOD, f_pos "
"0x%Lx, returning 0.\n", filp->f_pos);
@@ -314,8 +312,6 @@
ntfs_debug(DEBUG_OTHER, __FUNCTION__ "(): filldir "
"returned %i, returning 0, f_pos "
"0x%Lx.\n", cb.ret_code, filp->f_pos);
-#else
-done:
#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)