[PATCH] struct path: rename DM's struct path
Rename DM's struct path to struct dm_path to prevent name collision between it and struct path from fs/namei.c. Signed-off-by: Josef "Jeff" Sipek <jsipek@cs.sunysb.edu> Acked-by: Alasdair G Kergon <agk@redhat.com> Cc: <reiserfs-dev@namesys.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
fec6d055da
commit
c922d5f7f5
@@ -11,7 +11,7 @@
|
||||
|
||||
struct dm_dev;
|
||||
|
||||
struct path {
|
||||
struct dm_path {
|
||||
struct dm_dev *dev; /* Read-only */
|
||||
unsigned is_active; /* Read-only */
|
||||
|
||||
@@ -20,6 +20,6 @@ struct path {
|
||||
};
|
||||
|
||||
/* Callback for hwh_pg_init_fn to use when complete */
|
||||
void dm_pg_init_complete(struct path *path, unsigned err_flags);
|
||||
void dm_pg_init_complete(struct dm_path *path, unsigned err_flags);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user