]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xfs: move reclaim tagging functions
authorDave Chinner <dchinner@redhat.com>
Wed, 18 May 2016 04:20:08 +0000 (14:20 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 18 May 2016 04:20:08 +0000 (14:20 +1000)
commitad438c4038968e5ca5248f851212634e474983e8
tree28d6b8ba7400608dc1a403187b0f8482f6aa706c
parent545c0889d26d47e1139c527002eb131343d13b63
xfs: move reclaim tagging functions

Rearrange the inode tagging functions so that they are higher up in
xfs_cache.c and so there is no need for forward prototypes to be
defined. This is purely code movement, no other change.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_icache.c