X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_dquot_buf.c;h=d401457d2f258ac409dfbc4cbfb1af45c6bb07a2;hb=632b89e82bf1c04c251924b49adc689f7b346321;hp=aaaf41b298691f50dafed3abca2d038def4e8815;hpb=a62936210525da2f46ae264e0bf9680eafac176e;p=deliverable%2Flinux.git diff --git a/fs/xfs/xfs_dquot_buf.c b/fs/xfs/xfs_dquot_buf.c index aaaf41b29869..d401457d2f25 100644 --- a/fs/xfs/xfs_dquot_buf.c +++ b/fs/xfs/xfs_dquot_buf.c @@ -18,6 +18,7 @@ */ #include "xfs.h" #include "xfs_fs.h" +#include "xfs_shared.h" #include "xfs_format.h" #include "xfs_log_format.h" #include "xfs_trans_resv.h" @@ -267,7 +268,7 @@ xfs_dquot_buf_read_verify( * the buffer after the update is done. This ensures that the dquot in the * buffer always has an up-to-date CRC value. */ -void +static void xfs_dquot_buf_write_verify( struct xfs_buf *bp) {