From eb12d56bfe85288734475bb9374773fd560619d9 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Mon, 14 May 2012 12:10:33 +1200 Subject: [PATCH] Remove trace that should not be in mounting. This was erroneously added as part of the large file size changes. Signed-off-by: Charles Manning --- yaffs_vfs_single.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yaffs_vfs_single.c b/yaffs_vfs_single.c index ba6f3d6..8d41f69 100644 --- a/yaffs_vfs_single.c +++ b/yaffs_vfs_single.c @@ -2262,10 +2262,6 @@ static struct super_block *yaffs_internal_read_super(int yaffs_version, sb->s_maxbytes = yaffs_max_file_size(dev); - yaffs_trace(YAFFS_TRACE_OS, - "yaffs_readpage_nolock at %lld, size %08x", - (long long)pos, - (unsigned)PAGE_CACHE_SIZE); /* Release lock before yaffs_get_inode() */ yaffs_gross_unlock(dev); -- 2.30.2