diff options
author | Jonathan Brassow <jbrassow@redhat.com> | 2009-01-06 03:05:16 +0000 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2009-01-06 03:05:16 +0000 |
commit | 1ae25f9c933d1432fbffdf3e126051a974608abf (patch) | |
tree | 5a15a6330107a70a51d0c3cfe0bf703762e79839 /drivers/md/dm-snap.h | |
parent | aea53d92f70eeb00ae480e399a997dd55fd5055d (diff) | |
download | linux-3.10-1ae25f9c933d1432fbffdf3e126051a974608abf.tar.gz linux-3.10-1ae25f9c933d1432fbffdf3e126051a974608abf.tar.bz2 linux-3.10-1ae25f9c933d1432fbffdf3e126051a974608abf.zip |
dm snapshot: rename struct exception_store
Rename struct exception_store to dm_exception_store.
Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-snap.h')
-rw-r--r-- | drivers/md/dm-snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-snap.h b/drivers/md/dm-snap.h index 6e4beaf89f6..92812365702 100644 --- a/drivers/md/dm-snap.h +++ b/drivers/md/dm-snap.h @@ -61,7 +61,7 @@ struct dm_snapshot { spinlock_t pe_lock; /* The on disk metadata handler */ - struct exception_store store; + struct dm_exception_store store; struct dm_kcopyd_client *kcopyd_client; |