patch-2.4.22 linux-2.4.22/fs/ext3/file.c
Next file: linux-2.4.22/fs/ext3/inode.c
Previous file: linux-2.4.22/fs/exec.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/fs/ext3/file.c
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/fs/ext3/file.c linux-2.4.22/fs/ext3/file.c
@@ -61,7 +61,8 @@
static ssize_t
ext3_file_write(struct file *file, const char *buf, size_t count, loff_t *ppos)
{
- int ret, err;
+ ssize_t ret;
+ int err;
struct inode *inode = file->f_dentry->d_inode;
ret = generic_file_write(file, buf, count, ppos);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)