Fabian Frederick b625032b10 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>
2015-02-17 14:34:50 -08:00
..
2014-06-06 16:08:09 -07:00
2014-10-31 17:48:54 -04:00
2014-10-31 17:48:54 -04:00
2014-08-08 15:57:20 -07:00
2009-01-22 13:16:01 +03:00
2011-03-17 14:02:57 +01:00
2014-08-08 15:57:20 -07:00
2014-08-08 15:57:20 -07:00
2014-08-08 15:57:20 -07:00