Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365251
| From | James Simmons <jsimmons@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/9] staging: lustre: libcfs: remove function declarations in libcfs.h |
| Date | 2016-03-28 02:30 +0200 |
| Message-ID | <rhteb-7Go-25@gated-at.bofh.it> (permalink) |
| References | <rhte9-7Go-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
A few function declarations are in libcfs.h that are not needed. Signed-off-by: James Simmons <uja.ornl@gmail.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6245 Reviewed-on: http://review.whamcloud.com/13874 Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com> Reviewed-by: John L. Hammond <john.hammond@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> --- .../staging/lustre/include/linux/libcfs/libcfs.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs.h b/drivers/staging/lustre/include/linux/libcfs/libcfs.h index d2e4361..332394c 100644 --- a/drivers/staging/lustre/include/linux/libcfs/libcfs.h +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs.h @@ -60,15 +60,8 @@ #define LNET_ACCEPTOR_MAX_RESERVED_PORT 1023 /* - * Drop into debugger, if possible. Implementation is provided by platform. - */ - -void cfs_enter_debugger(void); - -/* * Defined by platform */ -int unshare_fs_struct(void); sigset_t cfs_block_allsigs(void); sigset_t cfs_block_sigs(unsigned long sigs); sigset_t cfs_block_sigsinv(unsigned long sigs); -- 1.7.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/9] bunch of small bug fixes for libcfs James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200 [PATCH 8/9] staging: lustre: libcfs: add CFS_FAULT_CHECK() James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200 [PATCH 1/9] staging: lustre: libcfs: remove function declarations in libcfs.h James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200 [PATCH 2/9] staging: lustre: libcfs: remove cfs_signal_pending wrapper James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200
csiph-web