aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2006-01-06 03:20:34 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-06 11:34:06 -0500
commita8745db232dd86f145bff6946e78f839acab511b (patch)
treef63f8fc6586316033ef436aa22d45d7b9c6498b2 /drivers/md/md.c
parentea03aff93b4117c2ddfb91b34b44a44e19df24cd (diff)
[PATCH] md: convert recently exported symbol to GPL
...because that seems to be the preferred practice these days. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 8c378b62a676..a6a066fc92e3 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -478,7 +478,7 @@ int sync_page_io(struct block_device *bdev, sector_t sector, int size,
478 bio_put(bio); 478 bio_put(bio);
479 return ret; 479 return ret;
480} 480}
481EXPORT_SYMBOL(sync_page_io); 481EXPORT_SYMBOL_GPL(sync_page_io);
482 482
483static int read_disk_sb(mdk_rdev_t * rdev, int size) 483static int read_disk_sb(mdk_rdev_t * rdev, int size)
484{ 484{