xfs: Teach dquot recovery about CONFIG_XFS_QUOTA
authorDave Chinner <dchinner@redhat.com>
Tue, 30 Apr 2013 11:39:33 +0000 (21:39 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 30 Apr 2013 18:07:37 +0000 (13:07 -0500)
commit123887e8433e58ebbcc4c91491d8b8cde31d6d79
treeab9957bc6a935640054016c036ee1896cba8d27e
parentdccc3f447a5e065a1c4406aede72d160ae38a736
xfs: Teach dquot recovery about CONFIG_XFS_QUOTA

Fix a build error when CONFIG_XFS_QUOTA=n:

fs/built-in.o: In function `xlog_recovery_validate_buf_type':
/home/dave/src/build/x86-64/xfsdev/fs/xfs/xfs_log_recover.c:1948: undefined
reference to `xfs_dquot_buf_ops'

Reported-by: Michael L. Semon <mlsemon35@gmail.com>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log_recover.c