summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2015-02-17llmnr-query: Add simple LLMNR query programTobias Klauser1-0/+1
2015-02-17Add .gitignoreTobias Klauser1-0/+2
e:
authorJohn L. Hammond <john.hammond@intel.com>2016-09-18 16:37:09 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-19 09:24:10 +0200
commit50dd90bab8745fe88e1e791dd6dfe2d5053c3981 (patch)
treeaf85e24b36e04282968d9c2f59dd7addf9661ad1
parent33ddd841eaf3ce7ba0b8daa041be4c851d2590a3 (diff)
staging: lustre: llite: add LL_LEASE_{RD,WR,UN}LCK
Define new constants LL_LEASE_{RD,WR,UN}LCK for use as the argument to and return value from the LL_IOC_{GET,SET}_LEASE ioctls. As arguments, these contants replace the use of F_{RD,WR,UN}LCK from fcntl.h. As return values they replace the use of FMODE_{READ,WRITE} which are internal to the Linux kernel source and not under the control of the Lustre ioctl interface. Signed-off-by: John L. Hammond <john.hammond@intel.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5013 Reviewed-on: http://review.whamcloud.com/10233 Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com> Reviewed-by: Lai Siyao <lai.siyao@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat