patch-2.0.1 linux/fs/ext/namei.c
Next file: linux/fs/ext2/acl.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Jul 3 16:19:00 1996
- Orig file:
v2.0.0/linux/fs/ext/namei.c
- Orig date:
Mon Sep 18 08:54:10 1995
diff -u --recursive --new-file v2.0.0/linux/fs/ext/namei.c linux/fs/ext/namei.c
@@ -885,7 +885,8 @@
* as they are on different partitions.
*/
int ext_rename(struct inode * old_dir, const char * old_name, int old_len,
- struct inode * new_dir, const char * new_name, int new_len)
+ struct inode * new_dir, const char * new_name, int new_len,
+ int must_be_dir)
{
static struct wait_queue * wait = NULL;
static int lock = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov