You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
xen/blkback: Add the prefix XEN in the common.h.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __BLKIF__BACKEND__COMMON_H__
|
||||
#define __BLKIF__BACKEND__COMMON_H__
|
||||
#ifndef __XEN_BLKIF__BACKEND__COMMON_H__
|
||||
#define __XEN_BLKIF__BACKEND__COMMON_H__
|
||||
|
||||
#include <linux/version.h>
|
||||
#include <linux/module.h>
|
||||
@@ -230,4 +230,4 @@ static inline void blkif_get_x86_64_req(struct blkif_request *dst,
|
||||
dst->u.rw.seg[i] = src->seg[i];
|
||||
}
|
||||
|
||||
#endif /* __BLKIF__BACKEND__COMMON_H__ */
|
||||
#endif /* __XEN_BLKIF__BACKEND__COMMON_H__ */
|
||||
|
||||
Reference in New Issue
Block a user