Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb57bcc2 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Mike Marshall
Browse files

orangefs: fix typo in ornagefs_inode_lock



Orangefs fails to build on 32-bit SMP configurations due to a simple
misspelling, this does the obvious fix.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: 575e9461 ("Orangefs: change pvfs2 filenames to orangefs")
Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent dde58ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ do { \
static inline void orangefs_i_size_write(struct inode *inode, loff_t i_size)
{
#if BITS_PER_LONG == 32 && defined(CONFIG_SMP)
	ornagefs_inode_lock(inode);
	orangefs_inode_lock(inode);
#endif
	i_size_write(inode, i_size);
#if BITS_PER_LONG == 32 && defined(CONFIG_SMP)