patch-2.1.43 linux/fs/smbfs/dir.c

Next file: linux/fs/smbfs/file.c
Previous file: linux/fs/select.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/fs/smbfs/dir.c linux/fs/smbfs/dir.c
@@ -47,8 +47,7 @@
 
 static int
  smb_rename(struct inode *old_dir, const char *old_name, int old_len,
-	    struct inode *new_dir, const char *new_name, int new_len,
-	    int must_be_dir);
+	    struct inode *new_dir, const char *new_name, int new_len);
 
 static struct file_operations smb_dir_operations =
 {
@@ -77,7 +76,6 @@
 	NULL,			/* mknod */
 	smb_rename,		/* rename */
 	NULL,			/* readlink */
-	NULL,			/* follow_link */
 	NULL,			/* readpage */
 	NULL,			/* writepage */
 	NULL,			/* bmap */
@@ -798,8 +796,7 @@
 
 static int
 smb_rename(struct inode *old_dir, const char *old_name, int old_len,
-	   struct inode *new_dir, const char *new_name, int new_len,
-	   int must_be_dir)
+	   struct inode *new_dir, const char *new_name, int new_len)
 {
 	int res;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov