Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751408AbbD3Kf1 (ORCPT ); Thu, 30 Apr 2015 06:35:27 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:17305 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324AbbD3KfY (ORCPT ); Thu, 30 Apr 2015 06:35:24 -0400 X-AuditID: cbfee61b-f79536d000000f1f-ce-5542056a4d46 From: Chao Yu To: Jaegeuk Kim , Changman Lee Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] f2fs: remove unneeded f2fs_make_empty declaration Date: Thu, 30 Apr 2015 18:34:41 +0800 Message-id: <025801d08331$5dbc6bd0$19354370$@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-index: AdCDMRHp2nTExe8CT5uhunIPzddTrQ== Content-language: zh-cn X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrELMWRmVeSWpSXmKPExsVy+t9jAd0sVqdQg8f3LCyu7Wtksniyfhaz xaVF7haXd81hc2Dx2LSqk81j94LPTB59W1YxenzeJBfAEsVlk5Kak1mWWqRvl8CVsaLrCFPB AbaK7sZHrA2Ma1i7GDk5JARMJDa0HGSBsMUkLtxbz9bFyMUhJLCIUaLj+RUo5xWjxMszE9hA qtgEVCSWd/xnArFFBLwkJu0/AdbNLOAh0djxHWyqsICbxP/57xlBbBYBVYlnK34B1XBw8ApY SpzqDQUJ8woISvyYfA+qVUti/c7jTBC2vMTmNW+ZIQ5SkNhx9jUjxCo9iaZ1C5khasQlNh65 xTKBUWAWklGzkIyahWTULCQtCxhZVjGKphYkFxQnpeca6RUn5haX5qXrJefnbmIEh/Qz6R2M qxosDjEKcDAq8fB+aHcMFWJNLCuuzD3EKMHBrCTCa/IfKMSbklhZlVqUH19UmpNafIhRmoNF SZx3jq5cqJBAemJJanZqakFqEUyWiYNTqoGxb+0MnUWxPOYp+yfLhPRu59po5HlNdsKhelm3 rzO0VOTM73ArbH359Xf1rtpNnOteXyhTqphTGSn5o/be9CiGPTsuNfwvuiIXWvz2iVeLDVfG YRctG40N4hMCnZLvlj33FQqd8XFW0FTHlzIFBYvsBAJFjs7Z0Pm5rTHtkGCOKcPyV0FXPWuV WIozEg21mIuKEwG7NFwhZQIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 29 Remove f2fs_make_empty() declaration, since the main body of this function is move into do_make_empty_dir() and the function is obsolete now. Signed-off-by: Chao Yu --- fs/f2fs/f2fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 8be6cab..ff1014b 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -1478,7 +1478,6 @@ int __f2fs_add_link(struct inode *, const struct qstr *, struct inode *, nid_t, void f2fs_delete_entry(struct f2fs_dir_entry *, struct page *, struct inode *, struct inode *); int f2fs_do_tmpfile(struct inode *, struct inode *); -int f2fs_make_empty(struct inode *, struct inode *); bool f2fs_empty_dir(struct inode *); static inline int f2fs_add_link(struct dentry *dentry, struct inode *inode) -- 2.3.3 -- 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/