Loading fs/xfs/xfs_buf.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -304,7 +304,7 @@ _xfs_buf_free_pages( * The buffer must not be on any hash - use xfs_buf_rele instead for * The buffer must not be on any hash - use xfs_buf_rele instead for * hashed and refcounted buffers * hashed and refcounted buffers */ */ void static void xfs_buf_free( xfs_buf_free( xfs_buf_t *bp) xfs_buf_t *bp) { { Loading fs/xfs/xfs_buf.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -244,7 +244,6 @@ int xfs_buf_read_uncached(struct xfs_buftarg *target, xfs_daddr_t daddr, void xfs_buf_hold(struct xfs_buf *bp); void xfs_buf_hold(struct xfs_buf *bp); /* Releasing Buffers */ /* Releasing Buffers */ extern void xfs_buf_free(xfs_buf_t *); extern void xfs_buf_rele(xfs_buf_t *); extern void xfs_buf_rele(xfs_buf_t *); /* Locking and Unlocking Buffers */ /* Locking and Unlocking Buffers */ Loading Loading
fs/xfs/xfs_buf.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -304,7 +304,7 @@ _xfs_buf_free_pages( * The buffer must not be on any hash - use xfs_buf_rele instead for * The buffer must not be on any hash - use xfs_buf_rele instead for * hashed and refcounted buffers * hashed and refcounted buffers */ */ void static void xfs_buf_free( xfs_buf_free( xfs_buf_t *bp) xfs_buf_t *bp) { { Loading
fs/xfs/xfs_buf.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -244,7 +244,6 @@ int xfs_buf_read_uncached(struct xfs_buftarg *target, xfs_daddr_t daddr, void xfs_buf_hold(struct xfs_buf *bp); void xfs_buf_hold(struct xfs_buf *bp); /* Releasing Buffers */ /* Releasing Buffers */ extern void xfs_buf_free(xfs_buf_t *); extern void xfs_buf_rele(xfs_buf_t *); extern void xfs_buf_rele(xfs_buf_t *); /* Locking and Unlocking Buffers */ /* Locking and Unlocking Buffers */ Loading