Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269223
b: refs/heads/master
c: de74b05
h: refs/heads/master
i:
  269221: 4868cb7
  269219: e4fde9f
  269215: 06a2790
v: v3
  • Loading branch information
H Hartley Sweeten authored and Boaz Harrosh committed Oct 3, 2011
1 parent 3ea9a7b commit 9cb3edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1958c7c284298f0d17a1ab3820c77c40ea3d3711
refs/heads/master: de74b05ace743b4a7aefad9e9b33ff899979b34a
6 changes: 3 additions & 3 deletions trunk/fs/exofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static const struct export_operations exofs_export_ops;
/*
* Write the superblock to the OSD
*/
int exofs_sync_fs(struct super_block *sb, int wait)
static int exofs_sync_fs(struct super_block *sb, int wait)
{
struct exofs_sb_info *sbi;
struct exofs_fscb *fscb;
Expand Down Expand Up @@ -429,7 +429,7 @@ static void _exofs_print_device(const char *msg, const char *dev_path,
msg, dev_path ?: "", odi->osdname, _LLU(pid));
}

void exofs_free_sbi(struct exofs_sb_info *sbi)
static void exofs_free_sbi(struct exofs_sb_info *sbi)
{
while (sbi->comps.numdevs) {
int i = --sbi->comps.numdevs;
Expand Down Expand Up @@ -981,7 +981,7 @@ static const struct super_operations exofs_sops = {
* EXPORT OPERATIONS
*****************************************************************************/

struct dentry *exofs_get_parent(struct dentry *child)
static struct dentry *exofs_get_parent(struct dentry *child)
{
unsigned long ino = exofs_parent_ino(child);

Expand Down

0 comments on commit 9cb3edc

Please sign in to comment.