patch-2.4.21 linux-2.4.21/fs/befs/datastream.c
Next file: linux-2.4.21/fs/befs/datastream.h
Previous file: linux-2.4.21/fs/befs/compatibility.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
2003-06-13 07:51:37.000000000 -0700
- Orig file:
linux-2.4.20/fs/befs/datastream.c
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/fs/befs/datastream.c linux-2.4.21/fs/befs/datastream.c
@@ -15,7 +15,9 @@
#include <linux/string.h>
#include <linux/slab.h>
-#include "befs_fs.h"
+#include "befs.h"
+#include "datastream.h"
+#include "io.h"
#include "endian.h"
const befs_inode_addr BAD_IADDR = { 0, 0, 0 };
@@ -466,8 +468,7 @@
}
dbl_indir_block = befs_bread(sb,
- iaddr2blockno(sb,
- &data->double_indirect) +
+ iaddr2blockno(sb, &data->double_indirect) +
dbl_which_block);
if (dbl_indir_block == NULL) {
befs_error(sb, "befs_read_brun_dblindirect() couldn't read the "
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)