patch-1.3.22 linux/fs/super.c
Next file: linux/fs/sysv/README
Previous file: linux/fs/smbfs/README
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Aug 29 10:15:52 1995
- Orig file:
v1.3.21/linux/fs/super.c
- Orig date:
Tue Aug 8 12:31:41 1995
diff -u --recursive --new-file v1.3.21/linux/fs/super.c linux/fs/super.c
@@ -330,7 +330,7 @@
static char unnamed_dev_in_use[256/8] = { 0, };
-static dev_t get_unnamed_dev(void)
+dev_t get_unnamed_dev(void)
{
int i;
@@ -341,7 +341,7 @@
return 0;
}
-static void put_unnamed_dev(dev_t dev)
+void put_unnamed_dev(dev_t dev)
{
if (!dev)
return;
@@ -460,7 +460,7 @@
* We also have to flush all inode-data for this device, as the new mount
* might need new info.
*/
-static int do_mount(dev_t dev, const char * dir, const char * type, int flags, void * data)
+int do_mount(dev_t dev, const char * dir, const char * type, int flags, void * data)
{
struct inode * dir_i;
struct super_block * sb;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this