Commit 5b4f64d9 authored by Nathan Scott's avatar Nathan Scott Committed by Nathan Scott

[XFS] sparse: annotate quota source for user pointers. From Chris Wedgwood.

SGI Modid: xfs-linux:xfs-kern:174338a
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent dcf9867e
......@@ -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 */
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment