Commit c0f0c166 authored by Mika Kukkonen's avatar Mika Kukkonen Committed by Linus Torvalds

[PATCH] Fix misplaced 'inline' in include/linux/iso_fs.h

  CC [M]  fs/isofs/namei.o
In file included from fs/isofs/namei.c:10:
include/linux/iso_fs.h:280: warning: `inline' is not at beginning of declaration
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6b2c2734
...@@ -277,7 +277,7 @@ static inline unsigned long isofs_get_ino(unsigned long block, ...@@ -277,7 +277,7 @@ static inline unsigned long isofs_get_ino(unsigned long block,
* and "offset" will hold normalized values. Only directories are * and "offset" will hold normalized values. Only directories are
* affected making it safe to call even for non-directory file * affected making it safe to call even for non-directory file
* types. */ * types. */
static void inline static inline void
isofs_normalize_block_and_offset(struct iso_directory_record* de, isofs_normalize_block_and_offset(struct iso_directory_record* de,
unsigned long *block, unsigned long *block,
unsigned long *offset) unsigned long *offset)
......
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