Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312867
b: refs/heads/master
c: a215fef
h: refs/heads/master
i:
  312865: 2f27d4b
  312863: 922541b
v: v3
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Jul 14, 2012
1 parent df0cdd3 commit a08f86b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a837107439ea50116e59943556d6902c09e52772
refs/heads/master: a215fef7edfdcd8948037ceb3060b9ae7ebcef8b
1 change: 1 addition & 0 deletions trunk/fs/affs/affs.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ struct affs_sb_info {
char *s_prefix; /* Prefix for volumes and assigns. */
char s_volume[32]; /* Volume prefix for absolute symlinks. */
spinlock_t symlink_lock; /* protects the previous two */
struct super_block *sb; /* the VFS superblock object */
};

#define SF_INTL 0x0001 /* International filesystem. */
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/affs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ static int affs_fill_super(struct super_block *sb, void *data, int silent)
return -ENOMEM;

sb->s_fs_info = sbi;
sbi->sb = sb;
mutex_init(&sbi->s_bmlock);
spin_lock_init(&sbi->symlink_lock);

Expand Down

0 comments on commit a08f86b

Please sign in to comment.