lkml.org 
[lkml]   [2015]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1 linux-next] fs/logfs/dir.c: replace obsolete .get_sb() reference
Date
.get_sb was removed in commit a1da9e8ab687
("switch logfs to ->mount()")

Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
fs/logfs/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/logfs/dir.c b/fs/logfs/dir.c
index 6bdc347..74418f2 100644
--- a/fs/logfs/dir.c
+++ b/fs/logfs/dir.c
@@ -725,7 +725,7 @@ static int logfs_rename(struct inode *old_dir, struct dentry *old_dentry,
return logfs_rename_cross(old_dir, old_dentry, new_dir, new_dentry);
}

-/* No locking done here, as this is called before .get_sb() returns. */
+/* No locking done here, as this is called before .mount() returns. */
int logfs_replay_journal(struct super_block *sb)
{
struct logfs_super *super = logfs_super(sb);
--
2.1.0


\
 
 \ /
  Last update: 2015-02-23 19:21    [W:0.032 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site