diff options
author | Christoph Hellwig <hch@lst.de> | 2017-06-29 21:43:19 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-07-02 07:09:33 +0300 |
commit | 7175a11214f02e6184690c17cf5366012b667531 (patch) | |
tree | 015fefcce98ef39e365abcdeb2f353859ded3930 /fs/xfs | |
parent | bda250dbaf39f67f8910e183853e4e6a9e5ce899 (diff) | |
download | linux-7175a11214f02e6184690c17cf5366012b667531.tar.xz |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_quotaops.c | 1 |
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 |