Sukadev Bhattiprolu a3ec947c85 vfs: simple_set_mnt() should return void
simple_set_mnt() is defined as returning 'int' but always returns 0.
Callers assume simple_set_mnt() never fails and don't properly cleanup if
it were to _ever_ fail.  For instance, get_sb_single() and get_sb_nodev()
should:

        up_write(sb->s_unmount);
        deactivate_super(sb);

if simple_set_mnt() fails.

Since simple_set_mnt() never fails, would be cleaner if it did not
return anything.

[akpm@linux-foundation.org: fix build]
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-03-27 14:44:03 -04:00
..
2009-01-26 12:54:11 +02:00
2008-12-03 13:14:33 +02:00
2008-12-31 14:13:24 +02:00
2009-01-29 16:15:51 +02:00
2009-01-26 12:54:11 +02:00
2009-01-26 12:54:11 +02:00
2009-01-26 12:54:11 +02:00
2008-09-30 11:12:55 +03:00
2009-01-29 16:19:36 +02:00
2009-01-27 16:25:10 +02:00
2008-12-31 14:13:25 +02:00
2008-12-03 13:14:11 +02:00
2008-08-13 11:27:47 +03:00
2009-01-26 12:54:11 +02:00
2008-12-23 12:23:40 +02:00
2008-07-15 17:35:24 +03:00
2009-01-29 16:22:54 +02:00
2008-09-30 11:12:56 +03:00
2008-11-06 11:06:31 +02:00
2008-12-31 14:13:24 +02:00
2008-12-23 12:23:40 +02:00
2008-09-30 11:12:56 +03:00
2008-09-30 11:12:57 +03:00
2009-01-27 16:25:10 +02:00
2009-01-29 16:34:30 +02:00
2008-09-30 11:12:55 +03:00