diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2017-04-19 21:55:57 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-04-25 18:40:41 +0200 |
commit | 90115407c5847828d82af9bc139f690600a36219 (patch) | |
tree | 3ce35b597a0b08f80d8f058b3d51f480b13b6667 /fs/nfs_common | |
parent | xfs: remove the trailing newline used in the fmt parameter of TP_printk (diff) | |
download | linux-90115407c5847828d82af9bc139f690600a36219.tar.xz linux-90115407c5847828d82af9bc139f690600a36219.zip |
xfs: remove use of do_div with 32-bit dividend in quota
The kbuild test robot caught this; in debug code we have another
caller of do_div with a 32-bit dividend (j) which is caught now
that we are using the kernel-supplied do_div.
None of the values used here are 64-bit; just use simple division.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/nfs_common')
0 files changed, 0 insertions, 0 deletions