commit | 31c0519f7af99ae60fd39f7f1c1f7ae1efb56760 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Feb 10 16:18:26 2010 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Tue Feb 23 20:47:32 2010 +0000 |
tree | d27678094c2b077756e148024d0d3fa5891afa93 | |
parent | 0cd126b504cede8a74acf7583a44eba32f9a1da1 [diff] |
cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs Add an "ea_name" parameter to CIFSSMBQAllEAs. When it's set make it behave like CIFSSMBQueryEA does now. The current callers of CIFSSMBQueryEA are converted to use CIFSSMBQAllEAs, and the old CIFSSMBQueryEA function is removed. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>