diff options
Diffstat (limited to 'fs/gfs2/util.c')
-rw-r--r-- | fs/gfs2/util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c index 8b22fa91bd14..7cd9e25639c4 100644 --- a/fs/gfs2/util.c +++ b/fs/gfs2/util.c | |||
@@ -28,11 +28,6 @@ kmem_cache_t *gfs2_glock_cachep __read_mostly; | |||
28 | kmem_cache_t *gfs2_inode_cachep __read_mostly; | 28 | kmem_cache_t *gfs2_inode_cachep __read_mostly; |
29 | kmem_cache_t *gfs2_bufdata_cachep __read_mostly; | 29 | kmem_cache_t *gfs2_bufdata_cachep __read_mostly; |
30 | 30 | ||
31 | uint32_t gfs2_disk_hash(const char *data, int len) | ||
32 | { | ||
33 | return crc32_le(0xFFFFFFFF, data, len) ^ 0xFFFFFFFF; | ||
34 | } | ||
35 | |||
36 | void gfs2_assert_i(struct gfs2_sbd *sdp) | 31 | void gfs2_assert_i(struct gfs2_sbd *sdp) |
37 | { | 32 | { |
38 | printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n", | 33 | printk(KERN_EMERG "GFS2: fsid=%s: fatal assertion failed\n", |