Commit a8745db2 authored by NeilBrown's avatar NeilBrown Committed by Linus Torvalds

[PATCH] md: convert recently exported symbol to GPL

...because that seems to be the preferred practice these days.
Signed-off-by: default avatarNeil Brown <neilb@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ea03aff9
...@@ -478,7 +478,7 @@ int sync_page_io(struct block_device *bdev, sector_t sector, int size, ...@@ -478,7 +478,7 @@ int sync_page_io(struct block_device *bdev, sector_t sector, int size,
bio_put(bio); bio_put(bio);
return ret; return ret;
} }
EXPORT_SYMBOL(sync_page_io); EXPORT_SYMBOL_GPL(sync_page_io);
static int read_disk_sb(mdk_rdev_t * rdev, int size) static int read_disk_sb(mdk_rdev_t * rdev, int size)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment