projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2fc6ad
)
[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype.
author
Nathan Scott
<nathans@sgi.com>
Mon, 20 Mar 2006 02:25:48 +0000
(13:25 +1100)
committer
Nathan Scott
<nathans@sgi.com>
Mon, 20 Mar 2006 02:25:48 +0000
(13:25 +1100)
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25509a
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_ioctl32.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_ioctl32.h
b/fs/xfs/linux-2.6/xfs_ioctl32.h
index 8bdb33ffc03291dcca8f0e6f3296fab73d9a2bf5..02de6e62ee370aaef2ef9aca30d16b1f5e3af47f 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_ioctl32.h
+++ b/
fs/xfs/linux-2.6/xfs_ioctl32.h
@@
-19,6
+19,6
@@
#define __XFS_IOCTL32_H__
extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long);
-extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned);
+extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned
long
);
#endif /* __XFS_IOCTL32_H__ */