On 19/04/2021 20:35, Andreas Gruenbacher wrote:
Andy,
On Mon, Apr 19, 2021 at 9:11 PM Andrew Price <[email protected]> wrote:
diff --git a/gfs2/include/gfs2_ondisk.h b/gfs2/include/gfs2_ondisk.h
new file mode 100644
index 00000000..fc948f89
--- /dev/null
+++ b/gfs2/include/gfs2_ondisk.h
any reason why this file shouldn't be at gfs2/include/linux/gfs2_ondisk.h?
I didn't feel it was needed, but it does have the benefit of making sure
we're not picking up the system linux/gfs2_ondisk.h when we #include
<gfs2_ondisk.h> and it shows clearly that we're not trying to.
Andy