patch-2.4.20 linux-2.4.20/fs/reiserfs/dir.c
Next file: linux-2.4.20/fs/reiserfs/do_balan.c
Previous file: linux-2.4.20/fs/reiserfs/buffer2.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/fs/reiserfs/dir.c
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/fs/reiserfs/dir.c linux-2.4.20/fs/reiserfs/dir.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
+ * Copyright 2000-2002 by Hans Reiser, licensing governed by reiserfs/README
*/
#include <linux/config.h>
@@ -106,7 +106,7 @@
if (!d_name[d_reclen - 1])
d_reclen = strlen (d_name);
- if (d_reclen > REISERFS_MAX_NAME_LEN(inode->i_sb->s_blocksize)){
+ if (d_reclen > REISERFS_MAX_NAME(inode->i_sb->s_blocksize)){
/* too big to send back to VFS */
continue ;
}
@@ -177,7 +177,7 @@
end:
- // FIXME: ext2_readdir does not reset f_pos
+
filp->f_pos = next_pos;
pathrelse (&path_to_entry);
reiserfs_check_path(&path_to_entry) ;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)