Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752762AbbBWSHh (ORCPT ); Mon, 23 Feb 2015 13:07:37 -0500 Received: from mailrelay103.isp.belgacom.be ([195.238.20.130]:59576 "EHLO mailrelay103.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752336AbbBWSHg (ORCPT ); Mon, 23 Feb 2015 13:07:36 -0500 X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=ZT6Ny9SzQUL0U4sOn6xM6rLbT25dGdPOAe/imaXRw80= c=1 sm=2 a=j2pdVhY7ldOpVk8S_TkA:9 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CqDQCZa+tU/ykCtFtbgwaBLLA1BQEBAQEBAQUBd5dNgSVEAQEBAQEBfIQ9LyOBGjeIMwHAapJfhgeJFmQdhBUFmRWKbohFIoFFAYIpPTGBAoFBAQEB From: Fabian Frederick To: linux-kernel@vger.kernel.org Cc: Fabian Frederick , Joern Engel , Prasad Joshi , logfs@logfs.org Subject: [PATCH 1/1 linux-next] fs/logfs/dir.c: replace obsolete .get_sb() reference Date: Mon, 23 Feb 2015 19:07:30 +0100 Message-Id: <1424714850-14070-1-git-send-email-fabf@skynet.be> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 29 .get_sb was removed in commit a1da9e8ab687 ("switch logfs to ->mount()") Signed-off-by: Fabian Frederick --- 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 -- 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/