From a0ad02d3846f0dcdd3df55448739dbb8942094fe Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 16 Sep 2010 08:33:54 +0200 Subject: [PATCH] --- yaml --- r: 213044 b: refs/heads/master c: 38b6f45a97bbb8536cc7d095b577f580bd4d643e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/init/do_mounts.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ac20bd638ec4..a6bfed9c3fb3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2610a25406087ef797f4187e7f82dd04335056c7 +refs/heads/master: 38b6f45a97bbb8536cc7d095b577f580bd4d643e diff --git a/trunk/init/do_mounts.c b/trunk/init/do_mounts.c index 804f9c6ba216..b7fc83994f39 100644 --- a/trunk/init/do_mounts.c +++ b/trunk/init/do_mounts.c @@ -65,7 +65,7 @@ __setup("rw", readwrite); * * Returns 1 if the device matches, and 0 otherwise. */ -static int __init match_dev_by_uuid(struct device *dev, void *data) +static int match_dev_by_uuid(struct device *dev, void *data) { u8 *uuid = data; struct hd_struct *part = dev_to_part(dev);