]> err.no Git - linux-2.6/blobdiff - drivers/md/dm-snap.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial
[linux-2.6] / drivers / md / dm-snap.c
index ae24eab8cd811c573b619b4e226244ff372f4119..4dc8a43c034b0242422399a15a7d6a271f97da3d 100644 (file)
@@ -804,7 +804,7 @@ static void commit_callback(void *context, int success)
  * Called when the copy I/O has finished.  kcopyd actually runs
  * this code so don't block.
  */
-static void copy_callback(int read_err, unsigned int write_err, void *context)
+static void copy_callback(int read_err, unsigned long write_err, void *context)
 {
        struct dm_snap_pending_exception *pe = context;
        struct dm_snapshot *s = pe->snap;