[PATCH] fs: Export iterate_bdevs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



iterate_bdevs() was recently introduced. It is in the company of several
other bdev/device functions that are already exported, so I believe that
there should be no problem exporting it as well.

Signed-off-by: Richard Yao <ryao@xxxxxxxxxx>
---
 fs/block_dev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/block_dev.c b/fs/block_dev.c
index 2091db8..0f659f3 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -1713,3 +1713,4 @@ void iterate_bdevs(void (*func)(struct block_device *, void *), void *arg)
 	spin_unlock(&inode_sb_list_lock);
 	iput(old_inode);
 }
+EXPORT_SYMBOL(iterate_bdevs);
-- 
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux