Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213769
b: refs/heads/master
c: abc0b50
h: refs/heads/master
i:
  213767: 4f368e7
v: v3
  • Loading branch information
Jiro SEKIBA authored and Ryusuke Konishi committed Oct 23, 2010
1 parent cbb7407 commit 2846476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 026a7d63d55ba8656ed8c8a0733265cc7d47bb8c
refs/heads/master: abc0b50b6b9a9de8ae210f059598265a5438f2c4
3 changes: 2 additions & 1 deletion trunk/fs/nilfs2/dat.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ void nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req)
nilfs_palloc_abort_alloc_entry(dat, req);
}

void nilfs_dat_commit_free(struct inode *dat, struct nilfs_palloc_req *req)
static void nilfs_dat_commit_free(struct inode *dat,
struct nilfs_palloc_req *req)
{
struct nilfs_dat_entry *entry;
void *kaddr;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");

struct kmem_cache *nilfs_inode_cachep;
static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
struct kmem_cache *nilfs_segbuf_cachep;
struct kmem_cache *nilfs_btree_path_cache;
Expand Down

0 comments on commit 2846476

Please sign in to comment.