diff options
author | Fabian Frederick <fabf@skynet.be> | 2015-02-17 22:45:25 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 23:34:50 +0100 |
commit | b625032b10222c4406979c7604189f2bef29c5d0 (patch) | |
tree | 9d464c877d84e7b9e0a58765095c1b994cbc403c /fs/ufs | |
parent | fs/befs/linuxvfs.c: remove unnecessary casting (diff) | |
download | linux-b625032b10222c4406979c7604189f2bef29c5d0.tar.xz linux-b625032b10222c4406979c7604189f2bef29c5d0.zip |
fs/coda/dir.c: forward declaration clean-up
- Move operation structures to avoid forward declarations.
- Fix some checkpatch warnings:
WARNING: Missing a blank line after declarations
+ struct inode *host_inode = file_inode(host_file);
+ mutex_lock(&host_inode->i_mutex);
ERROR: that open brace { should be on the previous line
+const struct dentry_operations coda_dentry_operations =
+{
ERROR: that open brace { should be on the previous line
+const struct inode_operations coda_dir_inode_operations =
+{
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ufs')
0 files changed, 0 insertions, 0 deletions