This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f1e5a1a00d
android_kernel_xiaomi_sm8350
/
fs
/
gfs2
/
locking
/
nolock
/
Makefile
4 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
[GFS2] Fix bug in Makefiles for lock modules The Makefile had the wrong CONFIG_ variable in it so that in case GFS2 was y and the lock modules were m, they were not getting built properly. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2006-09-27 12:20:06 -04:00
obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK)
+=
lock_nolock.o
[GFS2] The lock modules for GFS2 This patch contains the pluggable locking modules for GFS2. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2006-01-16 11:52:38 -05:00
lock_nolock-y
:=
main.o
Reference in New Issue
Copy Permalink