patch-2.4.19 linux-2.4.19/fs/intermezzo/vfs.c

Next file: linux-2.4.19/fs/iobuf.c
Previous file: linux-2.4.19/fs/intermezzo/super.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/fs/intermezzo/vfs.c linux-2.4.19/fs/intermezzo/vfs.c
@@ -1969,8 +1969,8 @@
          * just turn off the flag and ignore it.
          */
         if (flags & O_CREAT) {
-                printk(KERN_WARNING __FUNCTION__
-                       ": create file by inode number (%ld) not allowed\n",ino);
+                printk(KERN_WARNING "%s: create file by inode number (%ld) not allowed\n",
+                	__FUNCTION__, ino);
                 EXIT;
                 return -EACCES;
         }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)