4f7e8f1419883fa1de48a1d9db3d72adc3d1c9b3
[tprouty/samba.git] / docs / smbdotconf / misc / kernelchangenotify.xml
1 <samba:parameter name="kernel change notify"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7         <para>This parameter specifies whether Samba should ask the 
8         kernel for change notifications in directories so that
9         SMB clients can refresh whenever the data on the server changes.
10         </para>
11
12         <para>This parameter is only usd when your kernel supports 
13         change notification to user programs, using the F_NOTIFY fcntl.
14         </para>
15 </description>
16 <value type="default">yes</value>
17 </samba:parameter>