]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfs: open-code xfs_buf_item_dirty()
authorBrian Foster <bfoster@redhat.com>
Sun, 17 Sep 2017 21:06:18 +0000 (14:06 -0700)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 20 Sep 2017 12:31:58 +0000 (07:31 -0500)
commit0571592745b2935d9ce2bca0091652072a4cce04
tree283f860d299636646ce6c69b5e1ae749f2d31fc5
parent1d1ce4b472e6718e00982b237ec69927a61c059c
xfs: open-code xfs_buf_item_dirty()

BugLink: http://bugs.launchpad.net/bugs/1718412
commit a4f6cf6b2b6b60ec2a05a33a32e65caa4149aa2b upstream.

It checks a single flag and has one caller. It probably isn't worth
its own function.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_trans_buf.c