Commit f6d2eced authored by Anton Altaparmakov's avatar Anton Altaparmakov

Small cleanup.

parent a4583c49
...@@ -33,7 +33,7 @@ ToDo: ...@@ -33,7 +33,7 @@ ToDo:
in between. Either need different type of optimization as above or in between. Either need different type of optimization as above or
need to change the read/write spinlock to a read/write semaphore. need to change the read/write spinlock to a read/write semaphore.
tng-0.0.8 - 08/03/2002 - BitKeeper ChangeSet 1.457 tng-0.0.8 - 08/03/2002 - BitKeeper ChangeSet 1.386
- Replace bdevname(sb->s_dev) with sb->s_id. - Replace bdevname(sb->s_dev) with sb->s_id.
- Remove now superfluous new-line characters in all callers of - Remove now superfluous new-line characters in all callers of
......
...@@ -1370,7 +1370,6 @@ int ntfs_show_options(struct seq_file *sf, struct vfsmount *mnt) ...@@ -1370,7 +1370,6 @@ int ntfs_show_options(struct seq_file *sf, struct vfsmount *mnt)
{ {
ntfs_volume *vol = NTFS_SB(mnt->mnt_sb); ntfs_volume *vol = NTFS_SB(mnt->mnt_sb);
int i; int i;
char *s;
seq_printf(sf, ",uid=%i", vol->uid); seq_printf(sf, ",uid=%i", vol->uid);
seq_printf(sf, ",gid=%i", vol->gid); seq_printf(sf, ",gid=%i", vol->gid);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment