Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1295991 > unrolled thread

[PATCH] orangefs: fix typo in ornagefs_inode_lock

Started byArnd Bergmann <arnd@arndb.de>
First post2015-12-21 15:00 +0100
Last post2015-12-21 23:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] orangefs: fix typo in ornagefs_inode_lock Arnd Bergmann <arnd@arndb.de> - 2015-12-21 15:00 +0100
    Re: [PATCH] orangefs: fix typo in ornagefs_inode_lock Stephen Rothwell <sfr@canb.auug.org.au> - 2015-12-21 23:20 +0100

#1295991 — [PATCH] orangefs: fix typo in ornagefs_inode_lock

FromArnd Bergmann <arnd@arndb.de>
Date2015-12-21 15:00 +0100
Subject[PATCH] orangefs: fix typo in ornagefs_inode_lock
Message-ID<qI9aj-7b2-13@gated-at.bofh.it>
Orangefs fails to build on 32-bit SMP configurations due to a simple
misspelling, this does the obvious fix.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 575e946125f7 ("Orangefs: change pvfs2 filenames to orangefs")
---
 fs/orangefs/orangefs-kernel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h
index 0b7ba0496aa3..fe8284045a40 100644
--- a/fs/orangefs/orangefs-kernel.h
+++ b/fs/orangefs/orangefs-kernel.h
@@ -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)
-- 
2.1.0.rc2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1296252

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2015-12-21 23:20 +0100
Message-ID<qIgY9-3Ru-1@gated-at.bofh.it>
In reply to#1295991
Hi Arnd,

On Mon, 21 Dec 2015 14:49:29 +0100 Arnd Bergmann <arnd@arndb.de> wrote:
>
> Orangefs fails to build on 32-bit SMP configurations due to a simple
> misspelling, this does the obvious fix.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 575e946125f7 ("Orangefs: change pvfs2 filenames to orangefs")

I will add this to linux-next as a merge fix for the orangefs tree today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web