]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: convert buffer priority get/set macros to functions
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 1 Mar 2020 17:34:11 +0000 (12:34 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Sun, 1 Mar 2020 17:34:11 +0000 (12:34 -0500)
commitaf60a99861dd2ab53ea2e5db76422f8847039b14
tree37786cc8b9ca8889d5128fd49c778c32eaf1f011
parentf315ae4fcf6e9c079775175ff9b74c359bc8155c
libxfs: convert buffer priority get/set macros to functions

Convert these shouty macros to proper functions.  We can't make them
static inline functions unless I f the 'libxfs_bcache' reference.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
[sandeen: fix a couple long lines]
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_io.h
libxfs/rdwr.c
repair/prefetch.c