[JFFS2] Use .unlocked_ioctl
This changes the .ioctl to the .unlocked_ioctl version. Signed-off-by: Stoyan Gaydarov <stoyboyker@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
David Woodhouse
parent
36560d255b
commit
0533400b78
@@ -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;
|
||||
|
Reference in New Issue
Block a user