Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351281 > unrolled thread
| Started by | Daeho Jeong <daeho.jeong@samsung.com> |
|---|---|
| First post | 2016-03-07 04:30 +0100 |
| Last post | 2016-03-07 16:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
Question about percpu_free_rwsem function Daeho Jeong <daeho.jeong@samsung.com> - 2016-03-07 04:30 +0100
Re: Question about percpu_free_rwsem function "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-03-07 16:40 +0100
| From | Daeho Jeong <daeho.jeong@samsung.com> |
|---|---|
| Date | 2016-03-07 04:30 +0100 |
| Subject | Question about percpu_free_rwsem function |
| Message-ID | <r9U1P-5KX-5@gated-at.bofh.it> |
Hi, I got a trouble while I am developing a patch for EXT4 filesytem. Actually, I used a percpu rw semaphore in my patch and there was no problem when I built EXT4 filesystem as built-in mode. However, when kbuild auto build robot built EXT4 filesystem with my patch as a "module", a bulid error occurred because percpu_free_rwsem() function is not exported. I noticed that other functions except percpu_free_rwsem() were exported in 2015. Is there any reason for percpu_free_rwsem() not to be exported? If I need the function to be exported, should I do that in my patch? :-) Best Regards,
[toc] | [next] | [standalone]
| From | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|---|
| Date | 2016-03-07 16:40 +0100 |
| Message-ID | <ra5qi-4EI-21@gated-at.bofh.it> |
| In reply to | #1351281 |
On Mon, Mar 07, 2016 at 03:28:11AM +0000, Daeho Jeong wrote: > Hi, > > I got a trouble while I am developing a patch for EXT4 filesytem. > Actually, I used a percpu rw semaphore in my patch and there was no > problem when I built EXT4 filesystem as built-in mode. However, when > kbuild auto build robot built EXT4 filesystem with my patch as a "module", > a bulid error occurred because percpu_free_rwsem() function is not exported. > > I noticed that other functions except percpu_free_rwsem() were exported in 2015. > Is there any reason for percpu_free_rwsem() not to be exported? > If I need the function to be exported, should I do that in my patch? :-) Sounds like a question for the ext4 maintainers. You can find them in the MAINTAINERS file. Thanx, Paul
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web