projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea03aff
)
[PATCH] md: convert recently exported symbol to GPL
author
NeilBrown
<neilb@suse.de>
Fri, 6 Jan 2006 08:20:34 +0000
(
00:20
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:06 +0000
(08:34 -0800)
...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>
drivers/md/md.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index 8c378b62a676893170bb2a2f37f44ba25716c0fe..a6a066fc92e30aeba7d5120e1b4a2a6f26404380 100644
(file)
--- 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,
bio_put(bio);
return ret;
}
-EXPORT_SYMBOL(sync_page_io);
+EXPORT_SYMBOL
_GPL
(sync_page_io);
static int read_disk_sb(mdk_rdev_t * rdev, int size)
{