lkml.org 
[lkml]   [2006]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] export writeback_bdev and writeback_inode

*** Warning: "writeback_bdev" [fs/msdos/msdos.ko] undefined!
*** Warning: "writeback_inode" [fs/msdos/msdos.ko] undefined!

Signed-off-by: Olaf Hering <olh@suse.de>

fs/fs-writeback.c | 2 ++
1 files changed, 2 insertions(+)

Index: linux-2.6.15/fs/fs-writeback.c
===================================================================
--- linux-2.6.15.orig/fs/fs-writeback.c
+++ linux-2.6.15/fs/fs-writeback.c
@@ -397,6 +397,7 @@ writeback_bdev(struct super_block *sb)
filemap_flush(mapping);
blk_run_address_space(mapping);
}
+EXPORT_SYMBOL_GPL(writeback_bdev);

void
writeback_inode(struct inode *inode)
@@ -410,6 +411,7 @@ writeback_inode(struct inode *inode)
sync_inode(inode, &wbc);
filemap_fdatawrite(mapping);
}
+EXPORT_SYMBOL_GPL(writeback_inode);

/*
* Start writeback of dirty pagecache data against all unlocked inodes.
--
short story of a lazy sysadmin:
alias appserv=wotan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-01-16 15:04    [W:0.035 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site