]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: use structure initializers for cache_operations
authorEric Sandeen <sandeen@sandeen.net>
Wed, 29 Oct 2014 05:29:53 +0000 (16:29 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 29 Oct 2014 05:29:53 +0000 (16:29 +1100)
commitbd9cc49a7a29070b9fbead903ee4925b61e1baee
tree884deb440824cb5c88d52d8873c2ac923ca58084
parent794b62f68063d3af74ab7e79a9d7049887ec3ece
libxfs: use structure initializers for cache_operations

This makes it a lot easier for cscope etc.

Surely all modern compilers can cope?

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/rdwr.c