Commit 7175a112 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong

xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent bda250db
...@@ -269,7 +269,6 @@ xfs_fs_get_nextdqblk( ...@@ -269,7 +269,6 @@ xfs_fs_get_nextdqblk(
/* ID may be different, so convert back what we got */ /* ID may be different, so convert back what we got */
*qid = make_kqid(current_user_ns(), qid->type, id); *qid = make_kqid(current_user_ns(), qid->type, id);
return 0; return 0;
} }
STATIC int STATIC int
......
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