X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fjffs2%2Fos-linux.h;h=5e194a5c8e29c7166116bb8430d962dc4e029cc0;hb=7ef9964e6d1b911b78709f144000aacadd0ebc21;hp=2cc866cf134f18ce26bbecdd9b70c450cc075906;hpb=38e80121bd7d0c493072442ac7eddcba165a07a8;p=karo-tx-linux.git diff --git a/fs/jffs2/os-linux.h b/fs/jffs2/os-linux.h index 2cc866cf134f..5e194a5c8e29 100644 --- a/fs/jffs2/os-linux.h +++ b/fs/jffs2/os-linux.h @@ -167,7 +167,7 @@ int jffs2_fsync(struct file *, struct dentry *, int); int jffs2_do_readpage_unlock (struct inode *inode, struct page *pg); /* ioctl.c */ -int jffs2_ioctl(struct inode *, struct file *, unsigned int, unsigned long); +long jffs2_ioctl(struct file *, unsigned int, unsigned long); /* symlink.c */ extern const struct inode_operations jffs2_symlink_inode_operations;