commit | 272e42b215c52d32e06bf035c1f6b70baa6716bd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Oct 28 09:54:24 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Nov 08 10:48:23 2011 -0600 |
tree | b09ad40176f53006d57669255991a42ee38eb488 | |
parent | b52a360b2aa1c59ba9970fb0f52bbb093fcc7a24 [diff] |
xfs: constify xfs_item_ops The log item ops aren't nessecarily the biggest exploit vector, but marking them const is easy enough. Also remove the unused xfs_item_ops_t typedef while we're at it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Alex Elder <aelder@sgi.com>