aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-06-29 11:43:19 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2017-07-01 21:09:33 -0700
commit7175a11214f02e6184690c17cf5366012b667531 (patch)
tree015fefcce98ef39e365abcdeb2f353859ded3930
parentxfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent (diff)
downloadlinux-dev-7175a11214f02e6184690c17cf5366012b667531.tar.xz
linux-dev-7175a11214f02e6184690c17cf5366012b667531.zip
xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
-rw-r--r--fs/xfs/xfs_quotaops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_quotaops.c b/fs/xfs/xfs_quotaops.c
index f82d79a8c694..de9493253edf 100644
--- a/fs/xfs/xfs_quotaops.c
+++ b/fs/xfs/xfs_quotaops.c
@@ -269,7 +269,6 @@ xfs_fs_get_nextdqblk(
/* ID may be different, so convert back what we got */
*qid = make_kqid(current_user_ns(), qid->type, id);
return 0;
-
}
STATIC int