VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Eric Dumazet <dada1@cosmosbay.com> 2005-09-06 15:17:38 -0700 committer: Linus Torvalds <torvalds@g5.osdl.org> 2005-09-07 16:57:32 -0700 commit: 2832e9366a1fcd6f76957a42157be041240f994e parent: 0730ded5be28653675ed314fdd878b8db5f88aa4
Commit Summary:
[PATCH] remove file.f_maxcount
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/file_table.c b/fs/file_table.c
index 1d3de78e6bc9..43e9e1737de2 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -89,7 +89,6 @@ struct file *get_empty_filp(void)
 	rwlock_init(&f->f_owner.lock);
 	/* f->f_version: 0 */
 	INIT_LIST_HEAD(&f->f_list);
-	f->f_maxcount = INT_MAX;
 	return f;
 
 over: