aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2004-08-20 06:05:42 +1000
committerNathan Scott <nathans@lips.borg.umn.edu>2004-08-20 06:05:42 +1000
commit5b4f64d93602a4e0a478bb0991b3e8ee66253ea6 (patch)
tree4a474dbf9c97b4e78a6be6a061a6452ebc3cb93a /fs
parentdcf9867e68b8234750f54b151e14ce10befc4934 (diff)
downloadhistory-5b4f64d93602a4e0a478bb0991b3e8ee66253ea6.tar.gz
[XFS] sparse: annotate quota source for user pointers. From Chris Wedgwood.
SGI Modid: xfs-linux:xfs-kern:174338a Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/quota/xfs_qm.c2
-rw-r--r--fs/xfs/quota/xfs_qm_syscalls.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c
index 0088d7de4afd42..3bdb9ee0028a67 100644
--- a/fs/xfs/quota/xfs_qm.c
+++ b/fs/xfs/quota/xfs_qm.c
@@ -1735,7 +1735,7 @@ STATIC int
xfs_qm_dqusage_adjust(
xfs_mount_t *mp, /* mount point for filesystem */
xfs_ino_t ino, /* inode number to get data for */
- void *buffer, /* not used */
+ char __user *buffer, /* not used */
int ubsize, /* not used */
void *private_data, /* not used */
xfs_daddr_t bno, /* starting block of inode cluster */
diff --git a/fs/xfs/quota/xfs_qm_syscalls.c b/fs/xfs/quota/xfs_qm_syscalls.c
index b31e2abe313fa9..a8959f7e8ea1a5 100644
--- a/fs/xfs/quota/xfs_qm_syscalls.c
+++ b/fs/xfs/quota/xfs_qm_syscalls.c
@@ -1299,7 +1299,7 @@ STATIC int
xfs_qm_internalqcheck_adjust(
xfs_mount_t *mp, /* mount point for filesystem */
xfs_ino_t ino, /* inode number to get data for */
- void *buffer, /* not used */
+ char __user *buffer, /* not used */
int ubsize, /* not used */
void *private_data, /* not used */
xfs_daddr_t bno, /* starting block of inode cluster */