[PATCH 40/8] page_cache.c cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



orig:	total: 14 errors, 0 warnings, 730 lines checked
patched:Your patch has no obvious style problems and is ready for
submission.
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx>
--- page_cache.c.orig	2007-10-25 15:15:30.000000000 +0200
+++ page_cache.c	2007-10-25 15:15:57.000000000 +0200
@@ -140,11 +140,11 @@
       first time following happens (in call to ->read_node() or
       ->allocate_node()):
 
-        1. new page is added to the page cache.
+	1. new page is added to the page cache.
 
-        2. this page is attached to znode and its ->count is increased.
+	2. this page is attached to znode and its ->count is increased.
 
-        3. page is kmapped.
+	3. page is kmapped.
 
       3. if more calls to zload() follow (without corresponding zrelses), page
       counter is left intact and in its stead ->d_count is increased in znode.
@@ -158,14 +158,14 @@
       6. if node is removed from the tree (empty node with JNODE_HEARD_BANSHEE
       bit set) following will happen (also see comment at the top of znode.c):
 
-        1. when last lock is released, node will be uncaptured from
-        transaction. This released reference that transaction manager acquired
-        at the step 5.
-
-        2. when last reference is released, zput() detects that node is
-        actually deleted and calls ->delete_node()
-        operation. page_cache_delete_node() implementation detaches jnode from
-        page and releases page.
+	1. when last lock is released, node will be uncaptured from
+	transaction. This released reference that transaction manager acquired
+	at the step 5.
+
+	2. when last reference is released, zput() detects that node is
+	actually deleted and calls ->delete_node()
+	operation. page_cache_delete_node() implementation detaches jnode from
+	page and releases page.
 
       7. otherwise (node wasn't removed from the tree), last reference to
       znode will be released after transaction manager committed transaction
@@ -204,7 +204,7 @@
 #include <linux/writeback.h>
 #include <linux/blkdev.h>
 
-static struct bio *page_bio(struct page *, jnode *, int rw, gfp_t gfp);
+static struct bio *page_bio(struct page *, jnode * , int rw, gfp_t gfp);
 
 static struct address_space_operations formatted_fake_as_ops;
 
@@ -309,7 +309,7 @@ void reiser4_wait_page_writeback(struct 
 }
 
 /* return tree @page is in */
-reiser4_tree *reiser4_tree_by_page(const struct page *page /* page to query */ )
+reiser4_tree *reiser4_tree_by_page(const struct page *page/* page to query */)
 {
 	assert("nikita-2461", page != NULL);
 	return &get_super_private(page->mapping->host->i_sb)->tree;
@@ -373,7 +373,7 @@ end_bio_single_page_write(struct bio *bi
 
 /* ->readpage() method for formatted nodes */
 static int formatted_readpage(struct file *f UNUSED_ARG,
-			      struct page *page /* page to read */ )
+			      struct page *page/* page to read */)
 {
 	assert("nikita-2412", PagePrivate(page) && jprivate(page));
 	return reiser4_page_io(page, jprivate(page), READ,
@@ -531,7 +531,7 @@ int reiser4_writepage(struct page *page,
 	s = page->mapping->host->i_sb;
 	ctx = get_current_context_check();
 
-	//assert("", can_hit_entd(ctx, s));
+	/* assert("", can_hit_entd(ctx, s)); */
 	return write_page_by_ent(page, wbc);
 }
 

[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux