From 6b02f495c2c5a2b82011b77b5b976bf24f559a4b Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 6 Jan 2009 14:41:13 -0800 Subject: [PATCH] --- yaml --- r: 126295 b: refs/heads/master c: 0bc02f3fa433a98631a932e77c4b1f873da35aee h: refs/heads/master i: 126293: 74c5b50441600be67f49d5b5a1d8bd7546761448 126291: d9698e250bb7cd5720c1a4434359aa1c6d28c532 126287: b0229f368598c9c143856e26154578c62961c822 v: v3 --- [refs] | 2 +- trunk/fs/inode.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c3e890be0cae..1e484b504158 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67faaada1ebcccf29745346f1d7cb5392f46500a +refs/heads/master: 0bc02f3fa433a98631a932e77c4b1f873da35aee diff --git a/trunk/fs/inode.c b/trunk/fs/inode.c index a903860bc5ac..7a6e8c2ff7b1 100644 --- a/trunk/fs/inode.c +++ b/trunk/fs/inode.c @@ -110,8 +110,8 @@ static void wake_up_inode(struct inode *inode) /** * inode_init_always - perform inode structure intialisation - * @sb - superblock inode belongs to. - * @inode - inode to initialise + * @sb: superblock inode belongs to + * @inode: inode to initialise * * These are initializations that need to be done on every inode * allocation as the fields are not initialised by slab allocation. @@ -576,8 +576,8 @@ __inode_add_to_lists(struct super_block *sb, struct hlist_head *head, /** * inode_add_to_lists - add a new inode to relevant lists - * @sb - superblock inode belongs to. - * @inode - inode to mark in use + * @sb: superblock inode belongs to + * @inode: inode to mark in use * * When an inode is allocated it needs to be accounted for, added to the in use * list, the owning superblock and the inode hash. This needs to be done under