From patchwork Tue Aug 21 11:05:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] UBIFS: remove stale commentary Date: Tue, 21 Aug 2012 01:05:58 -0000 From: Artem Bityutskiy X-Patchwork-Id: 179042 Message-Id: <1345547160-31958-2-git-send-email-dedekind1@gmail.com> To: MTD Maling List , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= From: Artem Bityutskiy Signed-off-by: Artem Bityutskiy --- fs/ubifs/super.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index c3fa6c5..71a197f 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -1157,9 +1157,6 @@ static int check_free_space(struct ubifs_info *c) * * This function mounts UBIFS file system. Returns zero in case of success and * a negative error code in case of failure. - * - * Note, the function does not de-allocate resources it it fails half way - * through, and the caller has to do this instead. */ static int mount_ubifs(struct ubifs_info *c) {