diff options
Diffstat (limited to 'fs/ceph/buffer.h')
-rw-r--r-- | fs/ceph/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/buffer.h b/fs/ceph/buffer.h index 47b9514c5bbd..58d19014068f 100644 --- a/fs/ceph/buffer.h +++ b/fs/ceph/buffer.h | |||
@@ -34,4 +34,6 @@ static inline void ceph_buffer_put(struct ceph_buffer *b) | |||
34 | kref_put(&b->kref, ceph_buffer_release); | 34 | kref_put(&b->kref, ceph_buffer_release); |
35 | } | 35 | } |
36 | 36 | ||
37 | extern int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end); | ||
38 | |||
37 | #endif | 39 | #endif |