]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/jffs2/ioctl.c
xps: Transmit Packet Steering
[net-next-2.6.git] / fs / jffs2 / ioctl.c
index e2177210f62153bec393482eb6f2e2b58b48f0eb..859a598af020907b390c6ff74d8f1e7b4647865e 100644 (file)
@@ -2,6 +2,7 @@
  * JFFS2 -- Journalling Flash File System, Version 2.
  *
  * Copyright © 2001-2007 Red Hat, Inc.
+ * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org>
  *
  * Created by David Woodhouse <dwmw2@infradead.org>
  *
@@ -12,8 +13,7 @@
 #include <linux/fs.h>
 #include "nodelist.h"
 
-int jffs2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
-               unsigned long arg)
+long jffs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
 {
        /* Later, this will provide for lsattr.jffs2 and chattr.jffs2, which
           will include compression support etc. */