Commit e45cef51 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

bvec: fix the include guards for bvec.h

parent 4c7251e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
 *
 * Copyright (C) 2001 Ming Lei <ming.lei@canonical.com>
 */
#ifndef __LINUX_BVEC_ITER_H
#define __LINUX_BVEC_ITER_H
#ifndef __LINUX_BVEC_H
#define __LINUX_BVEC_H

#include <linux/bug.h>
#include <linux/errno.h>
@@ -183,4 +183,4 @@ static inline void bvec_advance(const struct bio_vec *bvec,
	}
}

#endif /* __LINUX_BVEC_ITER_H */
#endif /* __LINUX_BVEC_H */