Revision 1cd307990d6e2b4965620e339a92e0d7ae853e13 authored by Tsutomu Itoh on 19 May 2011, 05:19:08 UTC, committed by Chris Mason on 23 May 2011, 17:24:39 UTC
Currently, btrfs_truncate_item and btrfs_extend_item returns only 0.
So, the check by BUG_ON in the caller is unnecessary.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent 65a246c
Raw File
machvec.c
#define MACHVEC_PLATFORM_NAME           xen
#define MACHVEC_PLATFORM_HEADER         <asm/machvec_xen.h>
#include <asm/machvec_init.h>

back to top